Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.multi.tenant.core.types--doctype

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.core.types inside nuxeo-multi-tenant-6.0.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="TenantConfig">
          <schema name="tenantconfig"/>
        </facet>
  • <doctype extends="Folder" name="Domain">
          <schema name="domain"/>
          <facet name="SuperSpace"/>
          <facet name="UITypesLocalConfiguration"/>
          <facet name="ContentViewLocalConfiguration"/>
          <facet name="SearchConfiguration"/>
          <subtypes>
            <type>WorkspaceRoot</type>
            <type>SectionRoot</type>
            <type>TemplateRoot</type>
          </subtypes>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="TenantConfig">
      <schema name="tenantconfig"/>
    </facet>

    <doctype extends="Folder" name="Domain">
      <schema name="domain"/>
      <facet name="SuperSpace"/>
      <facet name="UITypesLocalConfiguration"/>
      <facet name="ContentViewLocalConfiguration"/>
      <facet name="SearchConfiguration"/>
      <subtypes>
        <type>WorkspaceRoot</type>
        <type>SectionRoot</type>
        <type>TemplateRoot</type>
      </subtypes>
    </doctype>
  </extension>